projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1882aa3
)
* gtkutil.c: Add extern decl for Qxft.
author
Chong Yidong
<cyd@gnu.org>
Mon, 3 Sep 2012 08:13:33 +0000
(16:13 +0800)
committer
Chong Yidong
<cyd@gnu.org>
Mon, 3 Sep 2012 08:13:33 +0000
(16:13 +0800)
src/ChangeLog
patch
|
blob
|
history
src/gtkutil.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 2053c258df42b3ab735a2f91c169ea3902fd88e3..c781204e67995546fb48c7b78c7243ccf43ae656 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2012-09-03 Chong Yidong <cyd@gnu.org>
+
+ * gtkutil.c: Add extern decl for Qxft.
+
2012-09-02 Paul Eggert <eggert@cs.ucla.edu>
* emacs.c, eval.c: Use bool for boolean.
diff --git
a/src/gtkutil.c
b/src/gtkutil.c
index 48a83725fd97488d5a5607eb2dbb7bc465ac263f..f0d2c022f0c732e55bce36e50812d3a7625ff1b3 100644
(file)
--- a/
src/gtkutil.c
+++ b/
src/gtkutil.c
@@
-2038,6
+2038,7
@@
xg_get_file_name (FRAME_PTR f,
static char *x_last_font_name;
+extern Lisp_Object Qxft;
/* Pop up a GTK font selector and return the name of the font the user
selects, as a C string. The returned font name follows GTK's own